home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / Q30SI503.PP_ / q30si503.ppd
Text File  |  1996-04-25  |  11KB  |  312 lines

  1. *% Adobe Systems Printer Description File
  2. *% For "QMS ColorScript 100" version 50.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *% Date: 10/3/91
  5. *FormatVersion: "3.0"
  6. *FileVersion: "1.0"
  7. *LanguageVersion: English
  8.  
  9. *Product: "(QMS ColorScript 100)"
  10. *PSVersion: "(50.3) 2"
  11. *NickName: "QMS ColorScript 100 Mod 30si"
  12.  
  13. *% General Information and Defaults ===============
  14. *LanguageLevel: "1"
  15. *FreeVM: "8665770"
  16. *ColorDevice: True
  17. *VariablePaperSize: False
  18. *FileSystem: True
  19. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  20. *Throughput: "1"
  21. *Password: "0"
  22. *ExitServer: "
  23.   count 0 eq {  % is the password on the stack?
  24.     true 
  25.   }{
  26.     dup    % potential password
  27.     statusdict begin checkpassword end not 
  28.   } ifelse 
  29.   {  %  if no password or not valid 
  30.     (WARNING : Cannot perform the exitserver command.) = 
  31.     (Password supplied is not valid.) = 
  32.     (Please contact the author of this software.) = flush
  33.     quit 
  34.   } if 
  35.   serverdict begin exitserver
  36. "
  37. *End
  38.  
  39. *Reset: "
  40.   count 0 eq {  % is the password on the stack?
  41.     true 
  42.   }{
  43.     dup    % potential password
  44.     statusdict begin checkpassword end not 
  45.   } ifelse 
  46.   {  %  if no password or not valid 
  47.     (WARNING : Cannot reset printer.) = 
  48.     (Password supplied is not valid.) = 
  49.     (Please contact the author of this software.) = flush
  50.     quit 
  51.   } if 
  52.   serverdict begin exitserver
  53.   systemdict /quit get exec
  54.   (WARNING : Printer Reset Failed.) = flush
  55. "
  56. *End
  57.  
  58. *DefaultResolution: 300dpi
  59. *?Resolution: "
  60. save
  61.   initgraphics
  62.   0 0 moveto currentpoint matrix defaultmatrix transform
  63.   0 72 lineto currentpoint matrix defaultmatrix transform
  64.   3 -1 roll sub dup mul
  65.   3 1 roll exch sub dup mul
  66.   add sqrt round cvi
  67.   (          ) cvs print (dpi) = flush
  68. restore
  69. "
  70. *End
  71.  
  72. *% Halftone Information ===============
  73. *ScreenFreq: "53.0"
  74. *ScreenAngle: "45.0"
  75. *DefaultScreenProc: Dot
  76. *ScreenProc Dot: "
  77. {1.76 1.4 {2 {3 1 roll add dup 1.0 gt {2.0 sub }if }repeat abs exch abs 
  78. 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub }{dup mul 
  79. exch dup mul add 1 exch sub }ifelse }exec }
  80. "
  81. *End
  82. *ScreenProc Line: "{ pop }"
  83. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  84.  
  85. *DefaultTransfer: Null
  86. *Transfer Null: "{ }"
  87. *Transfer Null.Inverse: "{ 1 exch sub }"
  88. *Transfer Normalized: "{ }"
  89. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  90.  
  91. *% Paper Handling ===================
  92.  
  93. *% Use these entries to set paper size most of the time, unless there is
  94. *% specific reason to use PageRegion or PaperTray.
  95. *DefaultPageSize: Letter
  96. *PageSize Letter: "statusdict begin lettertray end"
  97. *PageSize Tabloid: "statusdict begin 11x17tray end"
  98. *PageSize A3: "statusdict begin a3tray end"
  99. *PageSize A4: "statusdict begin a4tray end"
  100. *PageSize Super: "/super where {pop super}{statusdict begin 11x17 end} ifelse"
  101. *?PageSize: "
  102.  save statusdict begin
  103.   [(Letter)(Tabloid)(A3)(A4)(Super)] pagetype dup 1 gt{pop 1}if get = flush
  104.  end restore
  105. "
  106. *End
  107.  
  108. *% These entries will set up the frame buffer. Usually used with manual feed.
  109. *DefaultPageRegion: Letter
  110. *PageRegion Letter: "letter"
  111. *PageRegion Tabloid: "11x17"
  112. *PageRegion A3: "a3"
  113. *PageRegion A4: "a4"
  114. *PageRegion Super: "super"
  115.  
  116. *%---------------------------------------------------------------------------
  117. *% *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  118. *% *% These errors should be trapped by software and a message displayed
  119. *% *DefaultPaperTray: None
  120. *% *PaperTray Letter: "statusdict begin lettertray end"
  121. *% *PaperTray Tabloid: "statusdict begin 11x17tray end"
  122. *% *PaperTray A3: "statusdict begin a3tray end"
  123. *% *PaperTray A4: "statusdict begin a4tray end"
  124. *% *PaperTray Super: "/super where {pop super}{statusdict begin 11x17 end} ifelse"
  125. *% *?PaperTray: None
  126. *%---------------------------------------------------------------------------
  127.  
  128. *% The following entries provide information about specific paper keywords.
  129. *DefaultImageableArea: Letter
  130. *ImageableArea Letter: "18 90 594 738 "
  131. *ImageableArea Tabloid: "12 90 780 1164 "
  132. *ImageableArea A3: "18 90 828 1131 "
  133. *ImageableArea A4: "18 90 578 824 "
  134. *ImageableArea Super: "14 90 828 1328"
  135. *?ImageableArea: "
  136.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  137.   newpath clippath pathbbox
  138.   4 -2 roll exch 2 {ceiling cvp} repeat
  139.   exch 2 {floor cvp} repeat flush
  140.  restore
  141. "
  142. *End
  143.  
  144. *% These provide the physical dimensions of the paper (by keyword)
  145. *DefaultPaperDimension: Letter
  146. *PaperDimension Letter: "612 792"
  147. *PaperDimension Tabloid: "792 1224"
  148. *PaperDimension A3: "842 1190"
  149. *PaperDimension A4: "595 842"
  150. *PaperDimension Super: "846 1390"
  151.  
  152. *DefaultOutputBin: Upper
  153. *DefaultInputSlot: None
  154.  
  155. *DefaultManualFeed: False
  156. *?ManualFeed: "
  157.   statusdict /manualfeed get
  158.   {(True)}{(False)}ifelse = flush"
  159. *End
  160. *ManualFeed True: "statusdict begin /manualfeed true store end"
  161. *ManualFeed False: "statusdict begin /manualfeed false store end"
  162.  
  163. *DefaultOutputOrder: Normal
  164. *OutputOrder Normal: ""
  165. *OutputOrder Reverse: ""
  166.  
  167. *DefaultCollator: None
  168. *DefaultSorter: None
  169. *DefaultDuplex: None
  170.  
  171. *% Font Information =====================
  172.  
  173. *DefaultFont: Courier
  174. *Font AvantGarde-Book: Standard "(001.002)"
  175. *Font AvantGarde-BookOblique: Standard "(001.002)"
  176. *Font AvantGarde-Demi: Standard "(001.003)"
  177. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  178. *Font Bookman-Demi: Standard "(001.001)"
  179. *Font Bookman-DemiItalic: Standard "(001.001)"
  180. *Font Bookman-Light: Standard "(001.001)"
  181. *Font Bookman-LightItalic: Standard "(001.001)"
  182. *Font Courier: Standard "(001.004)"
  183. *Font Courier-Bold: Standard "(001.004)"
  184. *Font Courier-BoldOblique: Standard "(001.004)"
  185. *Font Courier-Oblique: Standard "(001.004)"
  186. *Font Helvetica: Standard "(001.002)"
  187. *Font Helvetica-Bold: Standard "(001.002)"
  188. *Font Helvetica-BoldOblique: Standard "(001.002)"
  189. *Font Helvetica-Condensed: Standard "(001.001)"
  190. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  191. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  192. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  193. *Font Helvetica-Oblique: Standard "(001.002)"
  194. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  195. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  196. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  197. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  198. *Font Palatino-Bold: Standard "(001.002)"
  199. *Font Palatino-BoldItalic: Standard "(001.002)"
  200. *Font Palatino-Italic: Standard "(001.002)"
  201. *Font Palatino-Roman: Standard "(001.001)"
  202. *Font Symbol: Special "(001.003)"
  203. *Font Times-Bold: Standard "(001.002)"
  204. *Font Times-BoldItalic: Standard "(001.004)"
  205. *Font Times-Italic: Standard "(001.002)"
  206. *Font Times-Roman: Standard "(001.002)"
  207. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  208. *Font ZapfDingbats: Special "(001.002)"
  209. *?FontQuery: "
  210. save  4 dict begin /sv exch def
  211. /str (fonts/                              ) def
  212. /st2 128 string def
  213. {
  214.   count 0 gt {
  215.     dup st2 cvs (/) print print (:) print
  216.     dup FontDirectory exch known {pop (Yes)}{
  217.      str exch st2 cvs dup length /len exch def
  218.      6 exch putinterval str 0 len 6 add getinterval mark exch
  219.      { } st2 filenameforall counttomark 0 gt {
  220.       cleartomark (Yes)}{cleartomark (No)}ifelse
  221.     }ifelse = flush
  222.   }{ exit } ifelse
  223. } bind loop
  224. (*) = flush
  225. sv end restore
  226. "
  227. *End
  228.  
  229. *?FontList: "
  230. save  2 dict begin /sv exch def
  231. /str 128 string def
  232. FontDirectory { pop == } bind forall flush
  233. /filenameforall where { 
  234.  pop save (fonts/*) { 
  235.   dup length 6 sub 6 exch getinterval cvn == 
  236.  } bind str filenameforall flush restore
  237. } if 
  238. (*) = flush
  239. sv end restore
  240. "
  241. *End
  242.  
  243. *% Printer Messages (verbatim from printer):
  244. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  245. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  246. *Message: "\FontName\ not found, using Courier"
  247.  
  248. *% Status (format: %%[ status: <one of these> ]%% )
  249. *Status: "idle"
  250. *Status: "busy"
  251. *Status: "waiting"
  252. *Status: "printing"
  253. *Status: "warming up"
  254. *Status: "PrinterError: end of ribbon"
  255. *Status: "PrinterError: out of paper"
  256. *Status: "PrinterError: printer fault"
  257. *Status: "PrinterError: printer offline"
  258.  
  259. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  260. *Source: "serial9"
  261. *Source: "serial25"
  262. *Source: "AppleTalk"
  263. *Source: "Centronics"
  264.  
  265. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  266. *PrinterError: "end of ribbon"
  267. *PrinterError: "out of paper"
  268. *PrinterError: "printer fault"
  269. *PrinterError: "printer offline"
  270.  
  271. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  272.  
  273. *% Color Separation Information =====================
  274.  
  275. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  276.  
  277. *InkName: ProcessBlack/Process Black
  278. *InkName: CustomColor/Custom Color
  279. *InkName: ProcessCyan/Process Cyan
  280. *InkName: ProcessMagenta/Process Magenta
  281. *InkName: ProcessYellow/Process Yellow
  282.  
  283. *%  For 60 lpi / 300 dpi  ===============================
  284.  
  285. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  286. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  287. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  288. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  289. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  290.  
  291. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  292. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  293. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  294. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  295. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  296.  
  297. *%  For 53 lpi / 300 dpi  ===============================
  298.  
  299. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  300. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  301. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  302. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  303. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  304.  
  305. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  306. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  307. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  308. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  309. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  310.  
  311. *% end of PPD file for QMS ColorScript 100
  312.